Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / INotifyItemChanged<T> Interface
Members


In This Topic
    INotifyItemChanged<T> Interface
    In This Topic
    Interface that notifies Spread when the item is changed.
    Object Model
    INotifyItemChanged<T> Interface
    Syntax
    'Declaration
     
    
    Public Interface INotifyItemChanged(Of T) 
    'Usage
     
    
    Dim instance As INotifyItemChanged(Of T)
    public interface INotifyItemChanged<T> 
    Type Parameters
    T
    See Also